home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 003a / asmwiz16.zip / BIBLIO.TXT < prev    next >
Text File  |  1993-05-24  |  3KB  |  63 lines

  1. This constitutes a bibliography of some of the references used
  2. in creating the ASMWIZ library. They are listed in no particular
  3. order. I might note that many of these references contain
  4. incorrect information on one point or another and that they
  5. frequently contradict each other. Such are the joys of assembly
  6. language programming. Comments reflect my personal opinions on
  7. the text.
  8.  
  9.  
  10.  
  11. "The New Peter Norton Programmer's Guide to the IBM PC &
  12. PS/2".  2nd Ed, 1988, by Peter Norton and Richard Wilton.
  13. Microsoft Press.
  14. -- Often contains inadequate detail and is unusually
  15. error-prone. Some of the information is unique to this source,
  16. however, so it has its value.
  17.  
  18. "Microsoft Mouse Programmer's Reference".  2nd Ed, 1991.
  19. Microsoft Press.
  20. -- Bizarrely, the primary examples are for interpreted BASIC
  21. (BASICA or GWBASIC). However, there are matching examples for
  22. QuickBASIC, C, and MASM. This is a comprehensive reference. You
  23. do have to be careful about using many of the routines, as older
  24. mouse drivers are common, and they don't support all of the
  25. newer routines. Unfortunately, no information is provided as to
  26. the release date of any of the mouse functions...
  27.  
  28. "COMPUTE!'s Mapping the IBM PC and PCjr".  1985, COMPUTE!
  29. Publications, Inc.
  30. -- An old but indispensable reference. The memory map, port
  31. reference, and low-level support chip information are very good.
  32.  
  33. "Programmer's Guide to PC & PS/2 Video Systems".  1987, by
  34. Richard Wilton. Microsoft Press.
  35. -- A terrific reference on video from MDA to VGA. The example
  36. program for putting the Hercules adapter into graphics mode is
  37. very buggy in this edition, however.
  38.  
  39. "The Waite Group's MS-DOS Developer's Guide".  2nd Ed, 1989, by
  40. The Waite Group, Inc.  Howard W. Sams & Co.
  41. -- An excellent reference on all sorts of low-level programming.
  42. TSRs, video, numeric coprocessor, communications, and lots more
  43. is covered. A well written and enjoyable text.
  44.  
  45. "The MS-DOS Encyclopedia".  1988.  Microsoft Press.
  46. -- Encyclopedic it is. Every serious assembly programmer should
  47. have a copy. Covers DOS itself, DOS interrupts, TSRs,
  48. communications, lots of handy articles by the best in the
  49. business. The BIOS is entirely ignored, though.
  50.  
  51. "Disk Operating System Version 3.00 Operating Reference".
  52. 1984.  IBM Corp.
  53. -- Useful for getting the scoop as IBM sees it. Good for
  54. clearing up contradictions in other texts, but not particularly
  55. vital.
  56.  
  57. "Practical Microcomputer Programming: The Intel 8080".  1976,
  58. by W. J. Weller, A. V. Shatzel, and H. Y. Nice.
  59. -- You'd think a book this dated would be handy for starting
  60. fires, hmmm? In truth, it contains some very neat techniques
  61. that apply to modern problems. Keep it in mind when browsing
  62. that used book store!
  63.